v0.16.3
Detritus
interface
CreateChannelMessageEmbed
Properties
author
color
description
fields
footer
image
provider
thumbnail
timestamp
title
type
url
video
Search results
Types
Classes
Interfaces
Enums
Functions
Type aliases
Constants
Members
Properties
Methods
Getters
Setters
Enum members
Show privates
Other
In this module only
index
/
detritus-client-rest
/
RequestTypes
/
CreateChannelMessageEmbed
Interface
CreateChannelMessageEmbed
Defined in types
Properties
author
?
:
{
iconUrl
?
:
string
,
name
?
:
string
,
url
?
:
string
}
color
?
:
number
description
?
:
string
fields
?
:
Array
<
{
inline
?
:
boolean
,
name
:
string
,
value
:
string
}
>
external
Array
footer
?
:
{
iconUrl
?
:
string
,
text
:
string
}
image
?
:
{
url
?
:
string
}
provider
?
:
{
name
?
:
string
,
url
?
:
string
}
thumbnail
?
:
{
url
?
:
string
}
timestamp
?
:
string
title
?
:
string
type
?
:
string
url
?
:
string
video
?
:
{
url
?
:
string
}